home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / jetbbs10.zip / JETBBS.DAT / zoo / mnu / dl.mnu < prev    next >
Text File  |  1993-03-17  |  1KB  |  57 lines

  1. ;
  2. ; Note: The ..\ before the name of the external protocol is required
  3. ;    because the BBS CDs into the transfer directory.  It would also
  4. ;    be ok to give an absolute path, such as C:\BBS\DSZ.
  5. ;
  6.  
  7. [do]
  8. print [A] ASCII
  9. print [X] Xmodem
  10. ;print [Y] Ymodem
  11. ;print [Z] Zmodem
  12. print [Q] Quit
  13. print
  14. setprompt Select protocol
  15.  
  16. [menu]
  17.  
  18. ;******************************************
  19. ; Built in ASCII
  20.  
  21. a, asciidl %xferfilename%, 1, ASCII;
  22.  
  23. ;******************************************
  24. ; Built in Xmodem
  25.  
  26. x,
  27. xmodemsend %xferfilename%,
  28. 1,
  29. Xmodem
  30.  
  31. Start your xmodem receive now.;
  32.  
  33. ;******************************************
  34. ; Quit
  35.  
  36. q, gotoprev, 1, Quit;
  37.  
  38. ;******************************************
  39. ; Ymodem DSZ External Protocol
  40. ;
  41. ;y,
  42. ;transdl2 ..\dsz port %comport% speed %baud% restrict sy %xferfilename%,
  43. ;1, Ymodem
  44. ;
  45. ;Start your ymodem receive now.;
  46. ;
  47. ;******************************************
  48. ; Zmodem DSZ External Protocol
  49. ;
  50. ;z,
  51. ;transdl2 ..\dsz port %comport% speed %baud% restrict sz %xferfilename%,
  52. ;1, Zmodem
  53. ;
  54. ;Start your zmodem receive now (or wait a few seconds for autostart).;
  55. ;
  56. 
  57.